Represents a Generic class for reporting state changed event. This class provides the old and new state.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
StateChangedEventArgs(
Of T) _
	
Inherits 
EventArgs
C#
public 
class 
StateChangedEventArgs<T> : 
EventArgs
Visual C++
generic<
typename T>
public 
ref class 
StateChangedEventArgs : 
public 
EventArgs
JavaScript
JavaScript does not support generic types or
methods.

Type Parameters

T

Inheritance Hierarchy

See Also